emacs.git
19 years ago(bootstrap-clean-before): Use new target `bootstrap-clean' in the leim
Romain Francoise [Sat, 4 Nov 2006 14:44:13 +0000 (14:44 +0000)]
(bootstrap-clean-before): Use new target `bootstrap-clean' in the leim
subdirectory.

19 years ago(bootstrap-clean): New target.
Romain Francoise [Sat, 4 Nov 2006 14:43:58 +0000 (14:43 +0000)]
(bootstrap-clean): New target.

19 years ago*** empty log message ***
Juanma Barranquero [Sat, 4 Nov 2006 12:52:13 +0000 (12:52 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Nov 2006 12:23:03 +0000 (12:23 +0000)]
*** empty log message ***

19 years ago(w32_createwindow): Remove code for handling -geometry command line option and
Eli Zaretskii [Sat, 4 Nov 2006 12:21:29 +0000 (12:21 +0000)]
(w32_createwindow): Remove code for handling -geometry command line option and
`initial-frame-alist' which is superfluous after the last change to
`w32_createwindow'.

19 years agoDocument problems with Cygwin builds of GCC 3.4.4.
Eli Zaretskii [Sat, 4 Nov 2006 12:11:21 +0000 (12:11 +0000)]
Document problems with Cygwin builds of GCC 3.4.4.

19 years ago(../src/$(BLD)/temacs.exe): Create as temporary file if it doesn't already
Eli Zaretskii [Sat, 4 Nov 2006 12:00:20 +0000 (12:00 +0000)]
(../src/$(BLD)/temacs.exe): Create as temporary file if it doesn't already
exist.

19 years ago*** empty log message ***
Romain Francoise [Sat, 4 Nov 2006 11:56:14 +0000 (11:56 +0000)]
*** empty log message ***

19 years agoFix faces.el log entry.
Eli Zaretskii [Sat, 4 Nov 2006 11:12:58 +0000 (11:12 +0000)]
Fix faces.el log entry.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Nov 2006 11:02:27 +0000 (11:02 +0000)]
*** empty log message ***

19 years ago(faces-sample-overlay, describe-face): Revert last changes.
Eli Zaretskii [Sat, 4 Nov 2006 11:01:09 +0000 (11:01 +0000)]
(faces-sample-overlay, describe-face): Revert last changes.
(faces-sample-overlay): Remove variable.
(describe-face): Insert sample text in the face being described.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Nov 2006 10:34:56 +0000 (10:34 +0000)]
*** empty log message ***

19 years ago(whitespace-indent-regexp): Make this match any multiples of eight spaces near
Eli Zaretskii [Sat, 4 Nov 2006 10:34:03 +0000 (10:34 +0000)]
(whitespace-indent-regexp): Make this match any multiples of eight spaces near
the beginning of a line.
(whitespace-buffer): Use `remove-overlays' instead of
`whitespace-unhighlight-the-space' and `overlay-recenter' to speed up overlay
handling.
(whitespace-buffer-leading, whitespace-buffer-trailing): Make these functions
highlight the text removed by `whitespace-buffer-leading-cleanup' and
`whitespace-buffer-trailing-cleanup' respectively.
(whitespace-buffer-search): Use `with-local-quit'.  Move `format' out of loop
to speed up scanning larger buffers.
(whitespace-unhighlight-the-space): Remove `remove-hook' since that function is
never added to a hook.
(whitespace-spacetab-regexp, whitespace-ateol-regexp)
(whitespace-buffer-leading-cleanup)
(whitespace-refresh-rescan-list): Fix docstrings.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 4 Nov 2006 07:07:04 +0000 (07:07 +0000)]
*** empty log message ***

19 years ago * w32proc.c: (sys_wait) Only wait for processes with fd<0.
Chong Yidong [Sat, 4 Nov 2006 03:37:40 +0000 (03:37 +0000)]
* w32proc.c: (sys_wait) Only wait for processes with fd<0.
  Others should be handled by sys_select instead. Fixes problems
  with (progn (start-process "" nil "ls") (call-process "ls"))

19 years ago * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
Chong Yidong [Sat, 4 Nov 2006 03:28:27 +0000 (03:28 +0000)]
* configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.

19 years ago * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
Chong Yidong [Sat, 4 Nov 2006 03:21:40 +0000 (03:21 +0000)]
* xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
avoid gcc 2.95 error.

19 years ago * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
Chong Yidong [Sat, 4 Nov 2006 03:08:35 +0000 (03:08 +0000)]
* gtkutil.c (update_frame_tool_bar): If icon image is invalid and
wicon is null, insert an empty button.

19 years ago2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
Kim F. Storm [Sat, 4 Nov 2006 00:48:31 +0000 (00:48 +0000)]
2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>

* allout.el (allout-during-yank-processing): Cue for inhibiting
aberrance processing during yanks.
(allout-doublecheck-at-and-shallower): Reduce the limit to reduce
the amount of yanked topics that can be aberrant.
(allout-do-doublecheck): Encapsulate this multiply-used recipe in
a function, and supplement with inihibition of doublechecking
during yanks.
(allout-beginning-of-line, allout-next-heading)
(allout-previous-heading, allout-goto-prefix-doublechecked)
(allout-back-to-current-heading, allout-next-visible-heading)
(allout-next-sibling): Use new allout-do-doublecheck function.
(allout-next-sibling): Ensure we made progress when returning
other than nil.
(allout-rebullet-heading): Preserve text property annotations
indicating the text was hidden, if it was.
(allout-kill-line): Remove any added was-hidden annotations.
(allout-kill-topic): Remove any added was-hidden annotations.
(allout-annotate-hidden): Inhibit adding was-hidden text
properties to the undo list.
(allout-deannotate-hidden): New function to remove was-hidden
annotation.
(allout-hide-by-annotation): Use new allout-deannotate-hidden.
(allout-remove-exposure-annotation): Replaced by
allout-deannotate-hidden.
(allout-yank-processing): Signal that yank processing is happening
with allout-during-yank-processing.  Also, wrap
allout-unprotected's closer to the text changes, for easier
debugging.  We need to inhibit-field-text-motion explicitly, in
lieu of the encompassing allout-unprotected.
(outlineify-sticky): Adjust criteria for triggering new outline
decorations to presence or absence of any topics, not just a topic
at the beginning of the buffer.

19 years ago*** empty log message ***
Kim F. Storm [Sat, 4 Nov 2006 00:48:05 +0000 (00:48 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Nov 2006 16:31:08 +0000 (16:31 +0000)]
*** empty log message ***

19 years ago(initialize_sockets): Don't initialize Winsock more than once.
Juanma Barranquero [Fri, 3 Nov 2006 16:24:53 +0000 (16:24 +0000)]
(initialize_sockets): Don't initialize Winsock more than once.

19 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Nov 2006 15:50:42 +0000 (15:50 +0000)]
*** empty log message ***

19 years agoReword comment.
Juanma Barranquero [Fri, 3 Nov 2006 15:43:58 +0000 (15:43 +0000)]
Reword comment.

19 years ago(table--row-column-insertion-point-p): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:13:38 +0000 (15:13 +0000)]
(table--row-column-insertion-point-p): Use "non-nil" in docstrings.

19 years ago(org-copy-subtree): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:12:46 +0000 (15:12 +0000)]
(org-copy-subtree): Use "non-nil" in docstrings.

19 years ago(flyspell-check-tex-math-command): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:11:44 +0000 (15:11 +0000)]
(flyspell-check-tex-math-command): Use "non-nil" in docstrings.

19 years ago(ada-find-in-ali): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:11:15 +0000 (15:11 +0000)]
(ada-find-in-ali): Use "non-nil" in docstrings.

19 years ago(eudc-expansion-overwrites-query): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:10:41 +0000 (15:10 +0000)]
(eudc-expansion-overwrites-query): Use "non-nil" in docstrings.

19 years ago(rsf-scanning-messages-now): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:10:16 +0000 (15:10 +0000)]
(rsf-scanning-messages-now): Use "non-nil" in docstrings.

19 years ago(find-function-noselect, find-function, find-variable-noselect, find-variable,
Juanma Barranquero [Fri, 3 Nov 2006 15:09:49 +0000 (15:09 +0000)]
(find-function-noselect, find-function, find-variable-noselect, find-variable,
find-definition-noselect, find-face-definition): Use "non-nil" in docstrings.

19 years ago(checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:08:44 +0000 (15:08 +0000)]
(checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings.

19 years ago(widget-image-enable): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:08:02 +0000 (15:08 +0000)]
(widget-image-enable): Use "non-nil" in docstrings.

19 years ago(speedbar-generic-list-tag-p): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:07:29 +0000 (15:07 +0000)]
(speedbar-generic-list-tag-p): Use "non-nil" in docstrings.

19 years ago(expand-pos): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:06:55 +0000 (15:06 +0000)]
(expand-pos): Use "non-nil" in docstrings.

19 years ago(custom-unlispify-menu-entries, custom-unlispify-tag-names,
Juanma Barranquero [Fri, 3 Nov 2006 15:06:26 +0000 (15:06 +0000)]
(custom-unlispify-menu-entries, custom-unlispify-tag-names,
custom-prompt-variable): Use "non-nil" in docstrings.

19 years ago(bs--show-all, bs--redisplay): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:05:44 +0000 (15:05 +0000)]
(bs--show-all, bs--redisplay): Use "non-nil" in docstrings.

19 years ago*** empty log message ***
Ramprasad B [Fri, 3 Nov 2006 14:38:12 +0000 (14:38 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Nov 2006 14:37:25 +0000 (14:37 +0000)]
*** empty log message ***

19 years ago(nnsoup-always-save): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 14:33:41 +0000 (14:33 +0000)]
(nnsoup-always-save): Use "non-nil" in docstrings.

19 years agoInstalled [mark@mcs.vuw.ac.nz: sort-columns fails on NetBSD] patch
Ramprasad B [Fri, 3 Nov 2006 14:33:38 +0000 (14:33 +0000)]
Installed [mark@mcs.vuw.ac.nz: sort-columns fails on NetBSD] patch

19 years ago(nndiary-reminders): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 14:33:11 +0000 (14:33 +0000)]
(nndiary-reminders): Use "non-nil" in docstrings.

19 years ago(gnus-diary-delay-format-function): Use "non-nil" in docstring.
Juanma Barranquero [Fri, 3 Nov 2006 14:32:22 +0000 (14:32 +0000)]
(gnus-diary-delay-format-function): Use "non-nil" in docstring.

19 years ago*** empty log message ***
Ramprasad B [Fri, 3 Nov 2006 14:16:35 +0000 (14:16 +0000)]
*** empty log message ***

19 years agoInstalled [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch
Ramprasad B [Fri, 3 Nov 2006 14:10:50 +0000 (14:10 +0000)]
Installed [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch

19 years ago*** empty log message ***
Ramprasad B [Fri, 3 Nov 2006 13:54:32 +0000 (13:54 +0000)]
*** empty log message ***

19 years agoInstalled [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch
Ramprasad B [Fri, 3 Nov 2006 13:53:50 +0000 (13:53 +0000)]
Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch

19 years agoAdd Tip to speed up copy/kill for remote X session.
Kim F. Storm [Fri, 3 Nov 2006 09:24:40 +0000 (09:24 +0000)]
Add Tip to speed up copy/kill for remote X session.

19 years ago * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
Jan Djärv [Fri, 3 Nov 2006 08:58:39 +0000 (08:58 +0000)]
 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
 window.

19 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Nov 2006 00:24:26 +0000 (00:24 +0000)]
*** empty log message ***

19 years ago(server-auth-key): Remove. Replace by a process-property.
Stefan Monnier [Thu, 2 Nov 2006 23:46:14 +0000 (23:46 +0000)]
(server-auth-key): Remove.  Replace by a process-property.
(server-start): Don't remove the file of the previous process, but
instead clear out the place for the new file.
(server-start): Set the :auth-key property.
(server-process-filter): Use the :auth-key property.

19 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 2 Nov 2006 23:10:57 +0000 (23:10 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 161-162)

   - Update from CVS

2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (article-hide-boring-headers): Fetch date from
   gnus-original-article-buffer to avoid problems with localized date
   strings.

2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/html2text.el (html2text-format-tags): Avoid infloop on open tags.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-495

19 years ago(url-http-handle-authentication): If there are several authentication
Magnus Henoch [Thu, 2 Nov 2006 23:06:20 +0000 (23:06 +0000)]
(url-http-handle-authentication): If there are several authentication
headers, use the first with a supported method.

19 years ago** david.reitter@gmail.com, Oct 16: url-retrieve may cause hang
Chong Yidong [Thu, 2 Nov 2006 22:13:22 +0000 (22:13 +0000)]
** david.reitter@gmail.com, Oct 16: url-retrieve may cause hang
Fixed.

19 years ago*** empty log message ***
Juanma Barranquero [Thu, 2 Nov 2006 16:15:28 +0000 (16:15 +0000)]
*** empty log message ***

19 years ago(Fkill_emacs): Fix typo in docstring.
Juanma Barranquero [Thu, 2 Nov 2006 16:12:05 +0000 (16:12 +0000)]
(Fkill_emacs): Fix typo in docstring.

19 years ago*** empty log message ***
Juanma Barranquero [Thu, 2 Nov 2006 13:04:47 +0000 (13:04 +0000)]
*** empty log message ***

19 years agoWhen called with no arguments (not even a filter), show help instead of
Juanma Barranquero [Thu, 2 Nov 2006 11:52:15 +0000 (11:52 +0000)]
When called with no arguments (not even a filter), show help instead of
blindingly dumping every single ChangeLog available.  Doc fix.  Update version.

19 years ago * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
Robert J. Chassell [Thu, 2 Nov 2006 11:27:45 +0000 (11:27 +0000)]
* emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
of extraneous quotation mark to rotate-yank-pointer.

19 years ago * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
Robert J. Chassell [Thu, 2 Nov 2006 11:26:40 +0000 (11:26 +0000)]
* emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
of extraneous quotation mark to rotate-yank-pointer.
        Reset edition-number to 3.02 and update-date to 2006 November 2.

19 years ago*** empty log message ***
Juanma Barranquero [Thu, 2 Nov 2006 09:55:33 +0000 (09:55 +0000)]
*** empty log message ***

19 years ago[WINDOWSNT]: Define HAVE_INET_SOCKETS.
Juanma Barranquero [Thu, 2 Nov 2006 09:54:09 +0000 (09:54 +0000)]
[WINDOWSNT]: Define HAVE_INET_SOCKETS.
[!WINDOWSNT]: Include <netinet/in.h> if available.
[HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
(IOCTL, IOCTL_BOOL_ARG): Remove.
(set_tcp_socket): Don't set the socket in blocking mode.  Remove c_arg.

19 years ago(org-mode-map): No longer copy `outline-mode-map' explicitly
Carsten Dominik [Thu, 2 Nov 2006 08:41:57 +0000 (08:41 +0000)]
(org-mode-map): No longer copy `outline-mode-map' explicitly
  - this is already done by `define-derived-mode'.

19 years ago*** empty log message ***
Carsten Dominik [Thu, 2 Nov 2006 08:40:56 +0000 (08:40 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 2 Nov 2006 04:37:35 +0000 (04:37 +0000)]
*** empty log message ***

19 years ago2006-11-02 Nozomu Ando <nand@mac.com>
YAMAMOTO Mitsuharu [Thu, 2 Nov 2006 04:37:26 +0000 (04:37 +0000)]
2006-11-02  Nozomu Ando  <nand@mac.com>

* unexmacosx.c (mach_header, segment_command, vm_region, section)
[_LP64]: New defines.
(VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
(MH_MAGIC) [_LP64]: Redefine.
(delta): Remove variable.
(curr_file_offset, pagesize): New variables.
(ROUNDUP_TO_PAGE_BOUNDARY): New macro.
(data_segment_old_fileoff): Initialize explicitly.
(print_region, unexec_regions_recorder, print_load_command_name)
(copy_segment, copy_data_segment): Use long format in printf.
(MAX_UNEXEC_REGIONS): Increase to 400.
(unexec_regions_recorder): Don't warn too many regions here.
(find_emacs_zone_regions): Warn too many regions here.
(print_load_command_name) [_LP64]: Show correct load command name.
(copy_segment, copy_data_segment): Use variable `curr_file_offset'.
Show starting virtual memory address.  Don't show ending file offset.
(copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
(dump_it): Use new local variable `linkedit_delta' and pass to them.
Error if trying to handle multiple DATA segments.
(unexec): Initialize variable `pagesize'.

19 years ago*** empty log message ***
Juanma Barranquero [Thu, 2 Nov 2006 01:31:39 +0000 (01:31 +0000)]
*** empty log message ***

19 years ago(server-visit-files): Use `when'.
Juanma Barranquero [Thu, 2 Nov 2006 01:29:41 +0000 (01:29 +0000)]
(server-visit-files): Use `when'.
(server-process-filter): When authentication fails, send error message to
client.  Wrap `process-send-region' in `ignore-errors' instead of
`condition-case', and remove misleading comment.

19 years agoFix unbalanced quotes.
Juri Linkov [Wed, 1 Nov 2006 23:44:51 +0000 (23:44 +0000)]
Fix unbalanced quotes.

19 years agoFix unbalanced quotes.
Juri Linkov [Wed, 1 Nov 2006 23:30:41 +0000 (23:30 +0000)]
Fix unbalanced quotes.

19 years ago*** empty log message ***
Juri Linkov [Wed, 1 Nov 2006 23:23:18 +0000 (23:23 +0000)]
*** empty log message ***

19 years agoFix unbalanced quotes.
Juri Linkov [Wed, 1 Nov 2006 23:23:08 +0000 (23:23 +0000)]
Fix unbalanced quotes.

19 years ago(Word Search): Document incremental word search.
Juri Linkov [Wed, 1 Nov 2006 23:17:22 +0000 (23:17 +0000)]
(Word Search): Document incremental word search.

19 years ago(yank): Doc fix.
Juri Linkov [Wed, 1 Nov 2006 23:11:08 +0000 (23:11 +0000)]
(yank): Doc fix.

19 years agoTry and fit within 80 columns.
Stefan Monnier [Wed, 1 Nov 2006 21:37:11 +0000 (21:37 +0000)]
Try and fit within 80 columns.
(server-start): Make the auth file unreadable by other users.

19 years ago*** empty log message ***
Juanma Barranquero [Wed, 1 Nov 2006 20:25:51 +0000 (20:25 +0000)]
*** empty log message ***

19 years ago(Fcatch): Doc fix.
Juanma Barranquero [Wed, 1 Nov 2006 20:23:44 +0000 (20:23 +0000)]
(Fcatch): Doc fix.

19 years ago[WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
Juanma Barranquero [Wed, 1 Nov 2006 19:26:14 +0000 (19:26 +0000)]
[WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
(otherwise .BAT scripts can't run).

19 years ago(url-http-create-request): Use buffer-locale equivalents of
Magnus Henoch [Wed, 1 Nov 2006 15:16:22 +0000 (15:16 +0000)]
(url-http-create-request): Use buffer-locale equivalents of
dynamically bound variables.

19 years ago * battery.el (battery-linux-proc-acpi): Prevent range error when
Chong Yidong [Wed, 1 Nov 2006 14:24:37 +0000 (14:24 +0000)]
* battery.el (battery-linux-proc-acpi): Prevent range error when
`full-capacity' is 0.

19 years agoRemoved Info files wrongly committed.
Robert J. Chassell [Tue, 31 Oct 2006 21:49:55 +0000 (21:49 +0000)]
Removed Info files wrongly committed.

19 years ago * emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell [Tue, 31 Oct 2006 18:07:16 +0000 (18:07 +0000)]
* emacs-lisp-intro.texi: Remove version reference for X colors.
Document `='.  Remove mention that :eval was new in 21. Updated
instance's edition-number to 3.01.

19 years ago * eintr-3: updated `Introduction to Programming in Emacs Lisp'
Robert J. Chassell [Tue, 31 Oct 2006 18:05:16 +0000 (18:05 +0000)]
* eintr-3: updated `Introduction to Programming in Emacs Lisp'

19 years ago * eintr-2: updated `Introduction to Programming in Emacs Lisp'
Robert J. Chassell [Tue, 31 Oct 2006 18:04:34 +0000 (18:04 +0000)]
* eintr-2: updated `Introduction to Programming in Emacs Lisp'

19 years ago * eintr-1: updated `Introduction to Programming in Emacs Lisp'
Robert J. Chassell [Tue, 31 Oct 2006 18:03:48 +0000 (18:03 +0000)]
* eintr-1: updated `Introduction to Programming in Emacs Lisp'

19 years ago * eintr: updated `Introduction to Programming in Emacs Lisp'
Robert J. Chassell [Tue, 31 Oct 2006 18:03:03 +0000 (18:03 +0000)]
* eintr: updated `Introduction to Programming in Emacs Lisp'

19 years ago info/eintr-3: Updated Info file to Third Edition for
Robert J. Chassell [Tue, 31 Oct 2006 17:00:54 +0000 (17:00 +0000)]
   info/eintr-3: Updated Info file to Third Edition for
       `Introduction to Programming in Emacs Lisp'

19 years ago info/eintr-2: Updated Info file to Third Edition for
Robert J. Chassell [Tue, 31 Oct 2006 17:00:32 +0000 (17:00 +0000)]
   info/eintr-2: Updated Info file to Third Edition for
       `Introduction to Programming in Emacs Lisp'

19 years ago info/eintr-1: Updated Info file to Third Edition for
Robert J. Chassell [Tue, 31 Oct 2006 17:00:13 +0000 (17:00 +0000)]
   info/eintr-1: Updated Info file to Third Edition for
       `Introduction to Programming in Emacs Lisp'

19 years ago info/eintr: Updated Info file to Third Edition for
Robert J. Chassell [Tue, 31 Oct 2006 16:59:12 +0000 (16:59 +0000)]
   info/eintr: Updated Info file to Third Edition for
       `Introduction to Programming in Emacs Lisp'

19 years ago * emacs-lisp-intro.texi: Revised text for kill-region,
Robert J. Chassell [Tue, 31 Oct 2006 16:46:53 +0000 (16:46 +0000)]
* emacs-lisp-intro.texi: Revised text for kill-region,
copy-region-as-kill, kill-append, kill-new, forward-sentence,
forward-paragraph, find-file, current-kill, yank, and yank-pop.
Removed INSTALL MANIFEST from the directory since those files are
now irrelevant.  Updated Info file in ../info.  Changed numbering
so is now Revised Third Edition and this instance's edition-number
is 3.00.  Did not update ISBN number.

19 years agoRemoved INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell [Tue, 31 Oct 2006 16:41:49 +0000 (16:41 +0000)]
Removed INSTALL MANIFEST since those files are now irrelevant.

19 years ago*** empty log message ***
Juanma Barranquero [Tue, 31 Oct 2006 16:40:11 +0000 (16:40 +0000)]
*** empty log message ***

19 years ago[WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
Juanma Barranquero [Tue, 31 Oct 2006 16:39:15 +0000 (16:39 +0000)]
[WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
(close_winsock): Declare as __cdecl.

19 years ago*** empty log message ***
Juanma Barranquero [Tue, 31 Oct 2006 13:52:32 +0000 (13:52 +0000)]
*** empty log message ***

19 years ago[!WINDOWSNT]: Include <fcntl.h> if available.
Juanma Barranquero [Tue, 31 Oct 2006 13:50:35 +0000 (13:50 +0000)]
[!WINDOWSNT]: Include <fcntl.h> if available.
(set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO to set the
socket in non-blocking mode.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 31 Oct 2006 11:07:10 +0000 (11:07 +0000)]
*** empty log message ***

19 years agoAdded an entry
Ramprasad B [Tue, 31 Oct 2006 09:59:48 +0000 (09:59 +0000)]
Added an entry

19 years agoInstalled describe-face sample text
Ramprasad B [Tue, 31 Oct 2006 09:54:01 +0000 (09:54 +0000)]
Installed describe-face sample text

19 years ago*** empty log message ***
Juanma Barranquero [Tue, 31 Oct 2006 09:08:24 +0000 (09:08 +0000)]
*** empty log message ***